home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / GRAPHICS / GRAPHING / 3839.ZIP / GRPHCA22.ZIP / EXAMPLES.ZIP / MICRO.PLT < prev    next >
Encoding:
Text File  |  1993-02-03  |  235 b   |  10 lines

  1. [ micro.plt
  2.  
  3. paper size 11 by 8.5
  4. x lin ; map x 0 14 ; divisions x 7,1 ; format x 1
  5. y log ; map y 0.0001 10
  6. draw x ref y ref
  7. char size 0.2
  8. xlabel 'pH'
  9. ylabel 'Buffer Capacity / Conc.'
  10. title "Buffer Capacity & Species Conc.'s"